home *** CD-ROM | disk | FTP | other *** search
- ; $VER: PDial Install Script (29.6.97)
- ;
- ; Install-Script, PDial
- ; Copyright ©1997 Richard Hodger
- ; All rights reserved.
- ; Feel free to contact me via email at rick@rhodger.demon.co.uk
- ;
-
- (set #error (cat
- "\nAn error appeared during the installation!\n\n"
- "Please make sure that you have enough free\n"
- "memory and enough free HD-space and then\n"
- "try to restart the installation."))
-
- (set #badinstaller (cat
- "\nWrong Installer-version!\n\n"
- "Please try to get another version of the\n"
- "Installer-tool from aminet or from CDs.\n"
- "This version can not calculate important\n"
- "checksums for the installation."))
-
- (set #working "Please wait...")
-
- (set old-level @user-level)
-
- (user 2)
- (complete 0)
-
- (message "\nPDial v2.6\n"
- "This program helps you to dial from your modem.\n"
- "It is almost completely configurable, \n"
- "and is designed for the most easiest use\n\n"
- "PDial ©1997 Richard Hodger\n"
- "All rights reserved.")
- (complete 1)
-
- (set #dir
- (askdir
- (prompt "Please select the directory you wish to install in")
- (help @askdir-help)
- (default "SYS:Utilities/")))
- (complete 2q0)
-
- (copylib
- (prompt "Copy...")
- (help @copylib-help)
- (source "PDial")
- (dest #dir)
- (safe)
- (gauge))
- (complete 50)
-
- (copylib
- (prompt "Copy...")
- (help @copylib-help)
- (source "PDial.info")
- (dest #dir)
- (safe)
- (gauge))
- (complete 70)
-
- (copylib
- (prompt "Copy...")
- (help @copylib-help)
- (Source "S/PDial.CFG1")
- (dest "S:")
- (safe)
- (gauge))
- (complete 85)
-
- (copylib
- (prompt "Copy...")
- (help @copylib-help)
- (source "S/PDial.CFG2")
- (dest "S:")
- (safe)
- (gauge))
- (complete 100)
-
-
- (set @default-dest (pathonly #file))
- (complete 70)
- (user old-level)
-
- (exit (cat
- "Thank you for using PDial.\n\n"
- "Do not forget to send some nice email to\n"
- "rick@rhodger.demon.co.uk\n"
- "if you like and use this program.")
- )
- (welcome "")
-